StopWorkerRequest

data class StopWorkerRequest(versionId: String)

Represents request frame that can be used with ServiceWorker#stopWorker operation call.

See also

Constructors

StopWorkerRequest
Link copied to clipboard
fun StopWorkerRequest(versionId: String)

Properties

versionId
Link copied to clipboard
val versionId: String

Sources

jvm source
Link copied to clipboard